home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / makefile < prev   
Encoding:
Makefile  |  1996-07-16  |  1.1 KB  |  49 lines

  1. # $Id: Makefile 1.2 1995/11/14 22:02:25 digulla Exp digulla $
  2. # $Log: Makefile $
  3. # Revision 1.2    1995/11/14  22:02:25  digulla
  4. # Ueberfluessiges Dir "test" entfernt
  5. #
  6. # Revision 1.1    1995/11/05  22:37:03  digulla
  7. # Initial revision
  8. #
  9.  
  10. TOP_DIR     = prj:
  11. CURRENT_DIR    = source/
  12.  
  13. include $(TOP_DIR)MakeFlags
  14.  
  15. SUBDIRS     = aros exec
  16. USR_DIST_FILES    =
  17. DEV_DIST_FILES    = Makefile $(USR_DIST_FILES)
  18.  
  19. TODO = \
  20.     alib        alib_stdio        amigaguide                \
  21.     asl         battclock        battmem        bullet        \
  22.     cardres        cia            colorwheel        commodities    \
  23.     console        datatypes        disk        diskfont    \
  24.     docs        dos            expansion        \
  25.     gadtools        graphics        icon        iffparse    \
  26.     input        intuition        keymap        layers        \
  27.     locale        lowlevel        mathffp        mathieeedoubbas \
  28.     mathieeedoubtrans    mathieeesingbas     mathieeesingtrans    mathtrans    \
  29.     misc        nonvolatile        potgo        ramdrive    \
  30.     realtime        rexxsyslib        timer        \
  31.     translator        utility         wb
  32.  
  33. all ::
  34.     @$(subst TARGET,$@,$(SUBDIR_RULE))
  35.  
  36. install ::
  37.     @$(subst TARGET,$@,$(SUBDIR_RULE))
  38.  
  39. clean ::
  40.     @$(subst TARGET,$@,$(SUBDIR_RULE))
  41.  
  42. check ::
  43.     @$(subst TARGET,$@,$(SUBDIR_RULE))
  44.  
  45. dist ::
  46.     @$(subst TARGET,$@,$(SUBDIR_RULE))
  47.     @$(do-dist)
  48.  
  49.